home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / SECTION.DFM / SECTION.txt
Encoding:
Text File  |  1996-08-21  |  1.1 KB  |  63 lines

  1. object FrmSection: TFrmSection
  2.   Left = 308
  3.   Top = 105
  4.   Width = 287
  5.   Height = 277
  6.   Caption = 'Minimum Section Heights'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object LstSection: TListBox
  17.     Left = 16
  18.     Top = 8
  19.     Width = 249
  20.     Height = 177
  21.     ItemHeight = 16
  22.     TabOrder = 0
  23.     Visible = False
  24.   end
  25.   object BtnOK: TBitBtn
  26.     Left = 95
  27.     Top = 200
  28.     Width = 89
  29.     Height = 33
  30.     TabOrder = 1
  31.     OnClick = BtnOKClick
  32.     Kind = bkOK
  33.   end
  34.   object CmbSection: TComboBox
  35.     Left = 19
  36.     Top = 12
  37.     Width = 238
  38.     Height = 24
  39.     ItemHeight = 16
  40.     TabOrder = 2
  41.     Visible = False
  42.     OnChange = CmbSectionChange
  43.   end
  44.   object BtnSetHeight: TButton
  45.     Left = 64
  46.     Top = 120
  47.     Width = 153
  48.     Height = 33
  49.     Caption = 'Set Minimum Height'
  50.     TabOrder = 3
  51.     Visible = False
  52.     OnClick = BtnSetHeightClick
  53.   end
  54.   object EdtSectHeight: TEdit
  55.     Left = 79
  56.     Top = 65
  57.     Width = 121
  58.     Height = 24
  59.     TabOrder = 4
  60.     Visible = False
  61.   end
  62. end
  63.